home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / spic51.zip / DISK1 / README.TXT < prev    next >
Text File  |  1993-03-28  |  5KB  |  84 lines

  1. Spice32 / Nutmeg32 for Windows NT
  2.  
  3. About Spice32
  4.   Spice32 is derived from UC Berkeley's Spice, version 3e2.  Spice32 is the
  5. Windows NT port of Berkeley's Spice V 3e2.  This 32 bit program has a 
  6. circuit file as the input and a binary database as the output.
  7.  
  8.   Nutmeg32 is derived from the Berkeley Nutmeg program, which is an
  9. interactive graphics program used to display the database created by Spice32.
  10.  
  11.   Spice32 / Nutmeg32 is a general-purpose circuit simulation program for
  12. nonlinear dc, nonlinear transient, and ac analyses.  Circuits may contain
  13. resistors, capacitors, inductors, mutual inductors, independent voltage and
  14. current sources, four types of dependent sources, lossless and lossy
  15. transmission lines, two switches, uniform distributed RC lines, and the five
  16. most common semiconductor devices: diodes, BJTs, JFETs, MESFETs, and MOSFETs.
  17.  
  18.   The Berkeley SPICE3 version is based directly on SPICE 2G.6.  While SPICE3
  19. is being developed to include new features, it continues to support those
  20. capabilities and models which remain in extensive use in the SPICE3 program.
  21. SPICE3 has built-in models for the semiconductor devices, and the user need
  22. specify only the per model parameter values.  The model for the BJT is based
  23. on the integral-charge model of Gummel-Poon; however, if the Gummel-Poon
  24. parameters are not specified, the model reduces to the simpler model.  In
  25. either case, effects, ohmic resistance, and a output conductance may be
  26. included.  The diode model can be used for either junction diodes or
  27. Schottky barrier diodes.  The JFET model is based on the FET model of
  28. Shichman and Hodges.  Six MOSFET models are implemented: MOS1 is described
  29. by a square-law I-V characteristic, MOS2[1] is an analytical model, MOS3[1]
  30. is a semi-empirical model; MOS6[2] is a simple analytic model, accurate in
  31. the short channel region; MOS4[3,4] and MOS5[5] are the BSIM (Berkeley Short
  32. -channel IGFET) and BSIM2.  MOS3, and MOS4 include second-order effects such
  33. as channel length modulation, subthreshold scattering-limited velocity
  34. saturation, small-size effects, and charge-controlled capacitances.
  35.  
  36. To install and test:
  37. 1.  create a spice directory.
  38. 2.  Unzip into this directory.
  39. 3.  Use "File, New" from the file manager to create an icon for nutmeg32.exe
  40.     in the appropriate group. (or just double click on nutmeg32.exe)
  41. 4.  Run nutmeg32.exe
  42. 5.  Create a database from the menu: File, Create database...  Select the
  43.     included file "diff.cir"  (This is a simple differential pair)
  44.     (Or, you can run spice32 from the command prompt:
  45.     "spice32 diff.cir -r diff.bin".  Diagnostic output can be viewed in this
  46.     manner.
  47. 6.  Load the binary data base from the menu: File, Load database... Select
  48.     the file "diff.bin"
  49. 7.  From the Plot menu, type "v(3) v(5)"  You should see a plot of both of
  50.     the transistor's collector waveforms.
  51. 8.  Try zooming on the plot with the mouse.  (Click-hold, drag, release)
  52. 9.  Zoom normal with a mouse left double click.
  53. 10. Select ac analysis from the menu by: "Analysis, ac"
  54. 11. Plot the frequency response with the plot menu with: "mag(v(3))"
  55.     (Check the "xlog" button first.)
  56. 12. Try plotting frequency response in decibels from the plot menu with:
  57.     "db(v(3))"
  58. 13.   Test your own electronic crossover with the "xover.cir file"
  59.     Follow the steps above, except transient analysis is not included.
  60.     The output of the crossover is on nodes 4 and 9.  To plot try:
  61.     "-3 db(v(4))-4.1 db(v(9))-4.1"
  62.     (Check the xlog radio button below the plot command line)
  63.     This will plot a reference line at -3 dB and plot the lowpass and
  64.     highpass sections.  Because this crossover circuit has about 4.1 dB
  65.     of gain, 4.1 is subtracted from from each plot to so that 0 dB is the
  66.     reference.
  67.     Pull down the AXIS, "Show Coordinates" menu to view cursor data.
  68. 14. Read on line help
  69. 15. Read on line help
  70. 16. Read on line help
  71. 17. Call me: Robert Zeff (209) 577-4268 x101, (209) 521-1448,
  72.     Compuserve: 70323,1251, Fax (209) 577-8548
  73.  
  74. Please read the online help for additional operating instructions / 
  75. registration, and example circuits.
  76.  
  77. Two example circuits, diff.sch and xover.sch are provided in Protel for Windows 
  78. "Advanced Schematic" format.  
  79. Spice netlists can be generated directly from Protel.  Diff.net & xover.net are
  80. examples of these Protel Spice listings
  81.  
  82. Misc:
  83. If there's a toolbar available under options, it's not of great use yet.
  84.